home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectPlay / SimpleServer / readme.txt < prev    next >
Text File  |  2001-10-10  |  1KB  |  35 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Simple Server Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   A very simplistic Server application that can only connect route client messages.
  13.   
  14. Path
  15. ====
  16.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\SimpleServer
  17.  
  18.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Bin
  19.  
  20. User's Guide
  21. ============
  22.   Connect to a server, and make funny faces.
  23.  
  24. Programming Notes
  25. =================
  26.   The SimpleServer sample allows players to make funny faces at anyone else on the server.
  27.   
  28.  
  29.   * Handle DirectPlay system messages.  See implemented DirectPlay8Event interfaces
  30.  
  31.   - Upon Receive event: 
  32.   Checks to see if there is more than one player in the session.  If there is, notify 
  33.   everyone that a funny face was made.  Otherwsie notify the client that they are 
  34.   the only player in the session.
  35.